Release 10.1A: OpenEdge Data Management:
DataServer for ODBC
Cursors
A cursor is like a pointer that points to consecutive records in a table. Progress uses cursors to keep track of where it is in a table; for example, when it processes
FOREACHstatements. Suppose that you are reading records from thecustomertable using thecust-numindex, and your current record iscustomernumber 50. This means that Progress has a cursor positioned atcust-num50. Note that Progress maintains cursor positioning across equivalentFINDstatements.The DataServer allows applications that access ODBC data sources to imitate Progress cursor behavior for
FINDcursors.FOREACHandOPENQUERYstatements do not retain cursor position across other queries or against aFINDstatement.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |